adds community section for meetup, links, events, and discussion.#354
Open
stockholmux wants to merge 1 commit intobottlerocket-os:mainfrom
Open
adds community section for meetup, links, events, and discussion.#354stockholmux wants to merge 1 commit intobottlerocket-os:mainfrom
stockholmux wants to merge 1 commit intobottlerocket-os:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue number:
Closes #184
Description of changes:
This PR adds a "community" section to the top nav.
In the community section it contains:
/community/chat-discuss/to promote the various slack channels the team frequents as well as the GitHub discussions forum/community/events/to show were Bottlerocket will be presenting or have a presence/community/links/to house links to resources about bottlrocket/community/meetups/to house links to meetup groups. Current it only has one entry, but can be easily expanded.With the exception of the
chat-discussplain markdown page, they are driven by/data/files and use effectively the same logic and similar templates. They are designed to, in the future, allow for user-contributed information via pre populated PRs./data/events/contains the TOML files for/community/events//data/links/contains the TOML files for/community/links/data/meetupscontains the TOML files for/community/meetupsNote: the events page requires some JS to sort Future/Past events in a reasonable way.
Terms of contribution:
By submitting this pull request, I confirm that my contribution is made under
the terms of the licenses outlined in the LICENSE-SUMMARY file.